Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sector Nord AG: #571 AgentTicketProcess Mobile-View is not showing all elements of ActivityDialog #572

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

LuBroering
Copy link
Contributor

Proposed change

This is a way to fix the bug in AgentTicketProcess Mobile-View

  • '1 - 🐞 bug 🐞'

Additional information

#571

Checklist

  • The code change is tested and works locally.(❗)
  • There is no commented out code in this PR.(❕)
  • You improved or added new unit tests.(❕)
  • Local ZnunyCodePolicy passed.(❕)
  • Local UnitTests / Selenium passed.(❕)
  • GitHub workflow CI (UnitTests / Selenium) passed.(❗)

@rkaldung rkaldung added the 4 - verified This issue or pull request was verified. label Jul 11, 2024
@rkaldung
Copy link
Member

@jepf Related issue #571 has been verified. This PR is accepted.

Copy link
Member

@dennykorsukewitz dennykorsukewitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @LuBroering ,
thanks for your PR.

I have a few change requests here.

Regards 🚀

@@ -69,7 +69,7 @@
<input type="hidden" name="IsMainWindow" id="IsMainWindow" value="[% Data.IsMainWindow | html %]"/>
<input type="hidden" name="IsProcessEnroll" id="IsProcessEnroll" value="[% Data.IsProcessEnroll | html %]"/>
<input type="hidden" name="FormID" value="[% Data.FormID | html %]"/>
<div class="LayoutPopup ARIARoleMain">
<div class="LayoutPopup ARIARoleMain NoMarginTop">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the already existing class no-margin. This sets all margins to zero. Since only the top is set, this would be a solid solution.

var/httpd/htdocs/skins/Agent/default/css/Core.FlexboxModel.css

@dennykorsukewitz dennykorsukewitz added the 3 - wait for contributor Contributor, it's your turn. label Oct 18, 2024
LuBroering and others added 2 commits October 18, 2024 09:35
…ess.css

Co-authored-by: Denny Korsukéwitz <dennykorsukewitz@gmail.com>
…tyDialogHeader.tt

Co-authored-by: Denny Korsukéwitz <dennykorsukewitz@gmail.com>
@LuBroering
Copy link
Contributor Author

Hello @dennykorsukewitz,

now with no-margin

@dennykorsukewitz dennykorsukewitz added 3 - wait for merge Znuny, it's your turn. and removed 3 - wait for contributor Contributor, it's your turn. labels Oct 18, 2024
@dennykorsukewitz dennykorsukewitz merged commit c2b68ff into znuny:dev Oct 21, 2024
11 of 14 checks passed
@dennykorsukewitz dennykorsukewitz removed the 3 - wait for merge Znuny, it's your turn. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - verified This issue or pull request was verified.
Development

Successfully merging this pull request may close these issues.

Bug - AgentTicketProcess Mobile-View is not showing all elements of ActivityDialog
3 participants